home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tlxutl10.zip / MAKESLC.BAT < prev    next >
DOS Batch File  |  1991-01-25  |  553b  |  20 lines

  1. @ECHO OFF
  2. ECHO This batch file will prepare all of the .SLT files for your system
  3. ECHO it requires that both SETCOL.EXE (provided with this package) and
  4. ECHO CS.EXE (part of the Telix program) be located in the current
  5. ECHO directory or path. As well the TELIX.CNF file M U S T be in the
  6. ECHO current directory.
  7. ECHO.
  8. ECHO Press Control-C to abort now
  9. PAUSE
  10. SETCOL TELIX.CNF COMP.SLT
  11. DEL COMP.BAK > NUL
  12. CS COMP.SLT
  13. SETCOL TELIX.CNF HELP.SLT
  14. DEL HELP.BAK > NUL
  15. CS HELP.SLT
  16. CS ALL.SLT
  17. CS ALIAS.SLT
  18. CS TFE.SLT
  19. CS AUTODOWN.SLT
  20. CS PASS.SLT